home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '87
/
Source ƒ.sea
/
Source ƒ
/
Pascal ƒ
/
Transskel.pas ƒ
/
skel demos
/
MultiSkel ƒ
/
MultiSkel.globals
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-01-07
|
395 b
|
23 lines
|
[
TEXT/PJMM
]
UNIT MultiSkelGlobs;
{ contains constant declarations }
INTERFACE
{ Resource Numbers }
CONST
aboutAlrt = 1000;
getInfoDlog = 1001;
fileMenuRes = 1001;
editMenuRes = 1002;
helpWindRes = 1000;
editWindRes = 1001;
zoomWindRes = 1002;
rgnWindRes = 1003;
helpTextRes = 1000;
VAR
editMenu : MenuHandle;
helpWind, editWind, zoomWind, rgnWind : WindowPtr;
IMPLEMENTATION
END.